Skip to content

RSDK-14226: Use docker images in CI jobs - #677

Merged
lia (lia-viam) merged 9 commits into
mainfrom
test-published-containers
Jul 11, 2026
Merged

lia (lia-viam) merged 9 commits into
mainfrom
test-published-containers

Conversation

@lia-viam

Copy link
Copy Markdown
Member

No description provided.

lia (lia-viam) and others added 2 commits July 7, 2026 13:59
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@lia-viam
lia (lia-viam) requested a review from a team as a code owner July 8, 2026 17:41
@lia-viam
lia (lia-viam) requested review from Naveed Jooma (njooma) and Ethan (stuqdog) and removed request for a team July 8, 2026 17:41
lia (lia-viam) and others added 3 commits July 8, 2026 13:50
…aders

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment on lines -167 to -199
- name: Install dependencies
run: |
apt-get update
apt-get -y dist-upgrade
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
build-essential \
ca-certificates \
curl \
doxygen \
g++ \
gdb \
git \
gnupg \
gpg \
less \
libboost-all-dev \
libgrpc++-dev \
libprotobuf-dev \
libssl-dev \
ninja-build \
pkg-config \
protobuf-compiler \
protobuf-compiler-grpc \
software-properties-common \
sudo \
wget \

sudo wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
sudo echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null

apt-get update
apt-get -y install cmake=3.25.2-0kitware1ubuntu22.04.1 cmake-data=3.25.2-0kitware1ubuntu22.04.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

lia (lia-viam) and others added 3 commits July 10, 2026 15:24
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@lia-viam lia (lia-viam) changed the title WIP: RSDK-14226: Use docker images in CI jobs RSDK-14226: Use docker images in CI jobs Jul 10, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think you should merge this as soon as you can to unblock generating new docker containers.

@lia-viam
lia (lia-viam) merged commit 86726e2 into main Jul 11, 2026
34 of 38 checks passed
@lia-viam
lia (lia-viam) deleted the test-published-containers branch July 11, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants